ComponentOne ASP.NET MVC Controls
DisposeDetailCell Property

C1.Web.Mvc Namespace > FlexGridDetailProvider<T> Class : DisposeDetailCell Property
Gets or sets the callback function that disposes of detail cells.
Syntax
'Declaration
 
<JsonConverterAttribute(ConverterType=C1.JsonNet.Converters.FunctionConverter, ConverterParameters=)>
Public Property DisposeDetailCell As String
[JsonConverter(ConverterType=C1.JsonNet.Converters.FunctionConverter, ConverterParameters=)]
public string DisposeDetailCell {get; set;}
Remarks
The callback function takes a Row as a parameter and disposes of any resources associated with the detail cell.This function is optional. Use it in cases where the createDetailCell function allocates resources that are not automatically garbage-collected.
See Also

Reference

FlexGridDetailProvider<T> Class
FlexGridDetailProvider<T> Members